PDFAnnotationType Enumeration
In This Topic
Defines the supported annotation types.
Members
| Member | Description |
| _3D | 3D annotation. |
| CIRCLE | Circle annotation. |
| CLOUD_POLYGON | Cloud polygon annotation. |
| CLOUD_SQUARE | Clould square annotation. |
| FILE_ATTACHMENT | File attachment annotation. |
| FREE_TEXT | Free text annotation. |
| INK | Ink annotation. |
| LINE | Line annotation. |
| LINK | Link annotation. |
| POLYGON | Polygon annotation. |
| POLYLINE | Polyline annotation. |
| POPUP | Popup annotation. |
| REDACTION | Redaction annotation. |
| RICH_MEDIA | Rich media annotation. |
| RUBBER_STAMP | Rubber stamp annotation. |
| SCREEN | Screen annotation. |
| SOUND | Sound annotation. |
| SQUARE | Square annotation. |
| TEXT | Text annotation. |
| TEXT_MARKUP | Text markup annotation (highlight, underline, strikeout or squiggly). |
| UNKNOWN | Unknown annotation. |
| WIDGET | Field widget annotation. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.o2sol.pdf4java.annotations.PDFAnnotationType
See Also